projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d699b
)
(Info-default-dirs): Don't ignore last part of I-d-d-l.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 19 Mar 2004 02:37:11 +0000
(
02:37
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 19 Mar 2004 02:37:11 +0000
(
02:37
+0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 3438320beb433f78f446d53bf7537883641ab5a2..773888efa6bbda3e887a36e1739d26e86aa069f9 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-387,7
+387,9
@@
Do the right thing if the file has been compressed or zipped."
;; version, so we should look there first. `Info-insert-dir'
;; currently expects to find `alternative' first on the list.
(cons alternative
- (reverse (cdr (reverse Info-default-directory-list)))))))
+ ;; Don't drop the last part, it might contain non-Emacs stuff.
+ ;; (reverse (cdr (reverse
+ Info-default-directory-list)))) ;; )))
(defun info-initialize ()
"Initialize `Info-directory-list', if that hasn't been done yet."